home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Demo / Itcomm / auscomp-itcommander-win5.exe / {app} / AITCConfig.exe / 0 / RCDATA / TFRMITCOMMANDERSETUP / TFRMITCOMMANDERSETUP.txt < prev   
Text File  |  2004-11-08  |  52KB  |  1,871 lines

  1. object frmITCommanderSetup: TfrmITCommanderSetup
  2.   Left = 242
  3.   Top = 247
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = '... finalizing setup'
  7.   ClientHeight = 848
  8.   ClientWidth = 1090
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label3: TLabel
  23.     Left = 8
  24.     Top = 586
  25.     Width = 160
  26.     Height = 13
  27.     Caption = '(c) Copyright 1995-2004 Auscomp'
  28.   end
  29.   object btOk: TButton
  30.     Left = 1012
  31.     Top = 820
  32.     Width = 75
  33.     Height = 23
  34.     Anchors = [akRight, akBottom]
  35.     Caption = 'Save'
  36.     Default = True
  37.     TabOrder = 0
  38.     Visible = False
  39.     OnClick = btOkClick
  40.   end
  41.   object PageControl1: TPageControl
  42.     Left = 8
  43.     Top = 8
  44.     Width = 1075
  45.     Height = 830
  46.     ActivePage = TabSheet1
  47.     Anchors = [akLeft, akTop, akRight, akBottom]
  48.     TabOrder = 1
  49.     object TabSheet1: TTabSheet
  50.       BorderWidth = 10
  51.       Caption = 'Auscomp IT Commander'
  52.       object grpServerName: TGroupBox
  53.         Left = 2
  54.         Top = 0
  55.         Width = 450
  56.         Height = 200
  57.         Caption = ' Domain Name / Server Name [:Port] '
  58.         Font.Charset = DEFAULT_CHARSET
  59.         Font.Color = clActiveCaption
  60.         Font.Height = -11
  61.         Font.Name = 'MS Sans Serif'
  62.         Font.Style = []
  63.         ParentFont = False
  64.         TabOrder = 0
  65.         object lblDomainName: TLabel
  66.           Left = 90
  67.           Top = 26
  68.           Width = 31
  69.           Height = 13
  70.           Caption = 'http://'
  71.           Font.Charset = DEFAULT_CHARSET
  72.           Font.Color = clWindowText
  73.           Font.Height = -11
  74.           Font.Name = 'MS Sans Serif'
  75.           Font.Style = []
  76.           ParentFont = False
  77.         end
  78.         object lblTip1: TLabel
  79.           Left = 128
  80.           Top = 46
  81.           Width = 273
  82.           Height = 17
  83.           AutoSize = False
  84.           Caption = 'Usually the name of your sever.'
  85.           Font.Charset = DEFAULT_CHARSET
  86.           Font.Color = clGray
  87.           Font.Height = -11
  88.           Font.Name = 'MS Sans Serif'
  89.           Font.Style = []
  90.           ParentFont = False
  91.           WordWrap = True
  92.         end
  93.         object edDomainName: TEdit
  94.           Left = 128
  95.           Top = 22
  96.           Width = 271
  97.           Height = 21
  98.           Font.Charset = DEFAULT_CHARSET
  99.           Font.Color = clWindowText
  100.           Font.Height = -11
  101.           Font.Name = 'MS Sans Serif'
  102.           Font.Style = []
  103.           ParentFont = False
  104.           ParentShowHint = False
  105.           ShowHint = False
  106.           TabOrder = 0
  107.         end
  108.         object btNext1: TButton
  109.           Left = 364
  110.           Top = 164
  111.           Width = 75
  112.           Height = 25
  113.           Caption = 'Next >'
  114.           TabOrder = 1
  115.           OnClick = btNext1Click
  116.         end
  117.       end
  118.       object grpMailOut: TGroupBox
  119.         Left = 550
  120.         Top = 0
  121.         Width = 450
  122.         Height = 200
  123.         Caption = ' Outgoing Mail Settings '
  124.         Font.Charset = DEFAULT_CHARSET
  125.         Font.Color = clActiveCaption
  126.         Font.Height = -11
  127.         Font.Name = 'MS Sans Serif'
  128.         Font.Style = []
  129.         ParentFont = False
  130.         TabOrder = 2
  131.         object lblSMTPServer: TLabel
  132.           Left = 54
  133.           Top = 28
  134.           Width = 67
  135.           Height = 13
  136.           Alignment = taRightJustify
  137.           Caption = 'SMTP Server:'
  138.           Font.Charset = DEFAULT_CHARSET
  139.           Font.Color = clWindowText
  140.           Font.Height = -11
  141.           Font.Name = 'MS Sans Serif'
  142.           Font.Style = []
  143.           ParentFont = False
  144.         end
  145.         object lblEmailFrom: TLabel
  146.           Left = 50
  147.           Top = 70
  148.           Width = 70
  149.           Height = 13
  150.           Alignment = taRightJustify
  151.           Caption = 'EMail Address:'
  152.           Font.Charset = DEFAULT_CHARSET
  153.           Font.Color = clWindowText
  154.           Font.Height = -11
  155.           Font.Name = 'MS Sans Serif'
  156.           Font.Style = []
  157.           ParentFont = False
  158.           WordWrap = True
  159.         end
  160.         object lblTip5: TLabel
  161.           Left = 263
  162.           Top = 90
  163.           Width = 138
  164.           Height = 39
  165.           Alignment = taRightJustify
  166.           Caption = 
  167.             'Used in "From" field of every email sent by Auscomp IT Commander' +
  168.             '.'
  169.           Font.Charset = DEFAULT_CHARSET
  170.           Font.Color = clGray
  171.           Font.Height = -11
  172.           Font.Name = 'MS Sans Serif'
  173.           Font.Style = []
  174.           ParentFont = False
  175.           WordWrap = True
  176.         end
  177.         object lblSMTPUser: TLabel
  178.           Left = 94
  179.           Top = 119
  180.           Width = 25
  181.           Height = 13
  182.           Alignment = taRightJustify
  183.           Caption = 'User:'
  184.           Font.Charset = DEFAULT_CHARSET
  185.           Font.Color = clWindowText
  186.           Font.Height = -11
  187.           Font.Name = 'MS Sans Serif'
  188.           Font.Style = []
  189.           ParentFont = False
  190.           WordWrap = True
  191.         end
  192.         object lblSMTPPass: TLabel
  193.           Left = 72
  194.           Top = 143
  195.           Width = 49
  196.           Height = 13
  197.           Caption = 'Password:'
  198.           Font.Charset = DEFAULT_CHARSET
  199.           Font.Color = clWindowText
  200.           Font.Height = -11
  201.           Font.Name = 'MS Sans Serif'
  202.           Font.Style = []
  203.           ParentFont = False
  204.           WordWrap = True
  205.         end
  206.         object lblSMTPPort: TLabel
  207.           Left = 312
  208.           Top = 26
  209.           Width = 22
  210.           Height = 13
  211.           Caption = 'Port:'
  212.           Font.Charset = DEFAULT_CHARSET
  213.           Font.Color = clWindowText
  214.           Font.Height = -11
  215.           Font.Name = 'MS Sans Serif'
  216.           Font.Style = []
  217.           ParentFont = False
  218.         end
  219.         object lblTip4: TLabel
  220.           Left = 128
  221.           Top = 46
  222.           Width = 271
  223.           Height = 26
  224.           AutoSize = False
  225.           Caption = 'The Mail Server used to send emails'
  226.           Font.Charset = DEFAULT_CHARSET
  227.           Font.Color = clGray
  228.           Font.Height = -11
  229.           Font.Name = 'MS Sans Serif'
  230.           Font.Style = []
  231.           ParentFont = False
  232.           WordWrap = True
  233.         end
  234.         object edSMTPServer: TEdit
  235.           Left = 128
  236.           Top = 22
  237.           Width = 179
  238.           Height = 21
  239.           Font.Charset = DEFAULT_CHARSET
  240.           Font.Color = clWindowText
  241.           Font.Height = -11
  242.           Font.Name = 'MS Sans Serif'
  243.           Font.Style = []
  244.           ParentFont = False
  245.           TabOrder = 0
  246.         end
  247.         object edEmailFrom: TEdit
  248.           Left = 128
  249.           Top = 66
  250.           Width = 271
  251.           Height = 21
  252.           Font.Charset = DEFAULT_CHARSET
  253.           Font.Color = clWindowText
  254.           Font.Height = -11
  255.           Font.Name = 'MS Sans Serif'
  256.           Font.Style = []
  257.           ParentFont = False
  258.           TabOrder = 2
  259.         end
  260.         object edSMTPUser: TEdit
  261.           Left = 128
  262.           Top = 115
  263.           Width = 110
  264.           Height = 21
  265.           Font.Charset = DEFAULT_CHARSET
  266.           Font.Color = clWindowText
  267.           Font.Height = -11
  268.           Font.Name = 'MS Sans Serif'
  269.           Font.Style = []
  270.           ParentFont = False
  271.           TabOrder = 4
  272.         end
  273.         object edSMTPPass: TEdit
  274.           Left = 128
  275.           Top = 139
  276.           Width = 110
  277.           Height = 21
  278.           Font.Charset = DEFAULT_CHARSET
  279.           Font.Color = clWindowText
  280.           Font.Height = -11
  281.           Font.Name = 'MS Sans Serif'
  282.           Font.Style = []
  283.           ParentFont = False
  284.           TabOrder = 5
  285.         end
  286.         object cbAuth: TCheckBox
  287.           Left = 246
  288.           Top = 112
  289.           Width = 151
  290.           Height = 19
  291.           Caption = 'Authentication needed'
  292.           Font.Charset = DEFAULT_CHARSET
  293.           Font.Color = clBlack
  294.           Font.Height = -11
  295.           Font.Name = 'MS Sans Serif'
  296.           Font.Style = []
  297.           ParentFont = False
  298.           TabOrder = 3
  299.         end
  300.         object edSMTPPort: TEdit
  301.           Left = 342
  302.           Top = 22
  303.           Width = 57
  304.           Height = 21
  305.           Font.Charset = DEFAULT_CHARSET
  306.           Font.Color = clWindowText
  307.           Font.Height = -11
  308.           Font.Name = 'MS Sans Serif'
  309.           Font.Style = []
  310.           ParentFont = False
  311.           TabOrder = 1
  312.         end
  313.         object btBack4: TButton
  314.           Left = 286
  315.           Top = 164
  316.           Width = 75
  317.           Height = 25
  318.           Caption = '< Back'
  319.           TabOrder = 6
  320.           OnClick = btNext1Click
  321.         end
  322.         object btNext4: TButton
  323.           Left = 364
  324.           Top = 164
  325.           Width = 75
  326.           Height = 25
  327.           Caption = 'Next >'
  328.           TabOrder = 7
  329.           OnClick = btNext1Click
  330.         end
  331.       end
  332.       object grpYourCompany: TGroupBox
  333.         Left = 0
  334.         Top = 364
  335.         Width = 450
  336.         Height = 200
  337.         Caption = ' Your Company '
  338.         Font.Charset = DEFAULT_CHARSET
  339.         Font.Color = clActiveCaption
  340.         Font.Height = -11
  341.         Font.Name = 'MS Sans Serif'
  342.         Font.Style = []
  343.         ParentFont = False
  344.         TabOrder = 5
  345.         object lblLogo: TLabel
  346.           Left = 70
  347.           Top = 66
  348.           Width = 52
  349.           Height = 13
  350.           Alignment = taRightJustify
  351.           Caption = 'Logo Path:'
  352.           Font.Charset = DEFAULT_CHARSET
  353.           Font.Color = clWindowText
  354.           Font.Height = -11
  355.           Font.Name = 'MS Sans Serif'
  356.           Font.Style = []
  357.           ParentFont = False
  358.         end
  359.         object lblTitle: TLabel
  360.           Left = 98
  361.           Top = 24
  362.           Width = 23
  363.           Height = 13
  364.           Alignment = taRightJustify
  365.           Caption = 'Title:'
  366.           Font.Charset = DEFAULT_CHARSET
  367.           Font.Color = clWindowText
  368.           Font.Height = -11
  369.           Font.Name = 'MS Sans Serif'
  370.           Font.Style = []
  371.           ParentFont = False
  372.         end
  373.         object lblTip2: TLabel
  374.           Left = 128
  375.           Top = 88
  376.           Width = 271
  377.           Height = 19
  378.           AutoSize = False
  379.           Caption = 'Your help desk title and company logo'
  380.           Font.Charset = DEFAULT_CHARSET
  381.           Font.Color = clGray
  382.           Font.Height = -11
  383.           Font.Name = 'MS Sans Serif'
  384.           Font.Style = []
  385.           ParentFont = False
  386.           WordWrap = True
  387.         end
  388.         object edLogo: TEdit
  389.           Left = 128
  390.           Top = 62
  391.           Width = 271
  392.           Height = 21
  393.           Font.Charset = DEFAULT_CHARSET
  394.           Font.Color = clWindowText
  395.           Font.Height = -11
  396.           Font.Name = 'MS Sans Serif'
  397.           Font.Style = []
  398.           ParentFont = False
  399.           TabOrder = 0
  400.           Text = '/itcommander/images/normal/YourLogo.gif'
  401.         end
  402.         object edTitle: TEdit
  403.           Left = 128
  404.           Top = 22
  405.           Width = 271
  406.           Height = 21
  407.           Font.Charset = DEFAULT_CHARSET
  408.           Font.Color = clWindowText
  409.           Font.Height = -11
  410.           Font.Name = 'MS Sans Serif'
  411.           Font.Style = []
  412.           ParentFont = False
  413.           TabOrder = 1
  414.           Text = 'Your Intranet help desk title here'
  415.         end
  416.         object btNext2: TButton
  417.           Left = 364
  418.           Top = 164
  419.           Width = 75
  420.           Height = 25
  421.           Caption = 'Next >'
  422.           TabOrder = 2
  423.           OnClick = btNext1Click
  424.         end
  425.         object btBack2: TButton
  426.           Left = 286
  427.           Top = 164
  428.           Width = 75
  429.           Height = 25
  430.           Caption = '< Back'
  431.           TabOrder = 3
  432.           OnClick = btNext1Click
  433.         end
  434.       end
  435.       object Panel1: TPanel
  436.         Left = 2
  437.         Top = 206
  438.         Width = 449
  439.         Height = 51
  440.         BevelOuter = bvLowered
  441.         Caption = 'Panel1'
  442.         Color = clInfoBk
  443.         Font.Charset = DEFAULT_CHARSET
  444.         Font.Color = clInfoBk
  445.         Font.Height = -11
  446.         Font.Name = 'MS Sans Serif'
  447.         Font.Style = []
  448.         ParentFont = False
  449.         TabOrder = 6
  450.         object Label8: TLabel
  451.           Left = 6
  452.           Top = 4
  453.           Width = 437
  454.           Height = 59
  455.           AutoSize = False
  456.           Caption = 
  457.             'To complete the Auscomp IT Commander setup, please provide the a' +
  458.             'bove information. If you are unsure, leave the default settings.' +
  459.             ' They can be manually changed later in the Administrator Menu > ' +
  460.             'System > Configuration.'
  461.           Color = clInfoBk
  462.           Font.Charset = DEFAULT_CHARSET
  463.           Font.Color = clWindowText
  464.           Font.Height = -11
  465.           Font.Name = 'MS Sans Serif'
  466.           Font.Style = []
  467.           ParentColor = False
  468.           ParentFont = False
  469.           WordWrap = True
  470.         end
  471.       end
  472.       object grpDate: TGroupBox
  473.         Left = 2
  474.         Top = 572
  475.         Width = 450
  476.         Height = 200
  477.         Caption = ' Date '
  478.         Font.Charset = DEFAULT_CHARSET
  479.         Font.Color = clActiveCaption
  480.         Font.Height = -11
  481.         Font.Name = 'MS Sans Serif'
  482.         Font.Style = []
  483.         ParentFont = False
  484.         TabOrder = 1
  485.         object lblDataFormat: TLabel
  486.           Left = 58
  487.           Top = 24
  488.           Width = 61
  489.           Height = 13
  490.           Caption = 'Date Format:'
  491.           Font.Charset = DEFAULT_CHARSET
  492.           Font.Color = clWindowText
  493.           Font.Height = -11
  494.           Font.Name = 'MS Sans Serif'
  495.           Font.Style = []
  496.           ParentFont = False
  497.         end
  498.         object lblDateSeparator: TLabel
  499.           Left = 282
  500.           Top = 26
  501.           Width = 75
  502.           Height = 13
  503.           Alignment = taRightJustify
  504.           Caption = 'Date Separator:'
  505.           Font.Charset = DEFAULT_CHARSET
  506.           Font.Color = clWindowText
  507.           Font.Height = -11
  508.           Font.Name = 'MS Sans Serif'
  509.           Font.Style = []
  510.           ParentFont = False
  511.         end
  512.         object edDateFormat: TComboBox
  513.           Left = 128
  514.           Top = 22
  515.           Width = 97
  516.           Height = 21
  517.           Font.Charset = DEFAULT_CHARSET
  518.           Font.Color = clBlack
  519.           Font.Height = -11
  520.           Font.Name = 'MS Sans Serif'
  521.           Font.Style = []
  522.           ItemHeight = 13
  523.           ParentFont = False
  524.           TabOrder = 0
  525.           Text = 'mm/dd/yyyy'
  526.           Items.Strings = (
  527.             'mm/dd/yyyy'
  528.             'dd/mm/yyyy')
  529.         end
  530.         object edDateSeparator: TEdit
  531.           Left = 364
  532.           Top = 22
  533.           Width = 19
  534.           Height = 21
  535.           TabOrder = 1
  536.           Text = '/'
  537.         end
  538.         object btBack3: TButton
  539.           Left = 286
  540.           Top = 164
  541.           Width = 75
  542.           Height = 25
  543.           Caption = '< Back'
  544.           TabOrder = 2
  545.           OnClick = btNext1Click
  546.         end
  547.         object btNext3: TButton
  548.           Left = 364
  549.           Top = 164
  550.           Width = 75
  551.           Height = 25
  552.           Caption = 'Next >'
  553.           TabOrder = 3
  554.           OnClick = btNext1Click
  555.         end
  556.       end
  557.       object grpMailReceive: TGroupBox
  558.         Left = 550
  559.         Top = 224
  560.         Width = 450
  561.         Height = 200
  562.         Caption = ' Email Account used to receive requests via email '
  563.         Font.Charset = DEFAULT_CHARSET
  564.         Font.Color = clActiveCaption
  565.         Font.Height = -11
  566.         Font.Name = 'MS Sans Serif'
  567.         Font.Style = []
  568.         ParentFont = False
  569.         TabOrder = 3
  570.         object lblPOP3Host: TLabel
  571.           Left = 56
  572.           Top = 28
  573.           Width = 65
  574.           Height = 13
  575.           Alignment = taRightJustify
  576.           Caption = 'POP3 Server:'
  577.           Font.Charset = DEFAULT_CHARSET
  578.           Font.Color = clWindowText
  579.           Font.Height = -11
  580.           Font.Name = 'MS Sans Serif'
  581.           Font.Style = []
  582.           ParentFont = False
  583.         end
  584.         object lblPOP3User: TLabel
  585.           Left = 96
  586.           Top = 58
  587.           Width = 25
  588.           Height = 13
  589.           Alignment = taRightJustify
  590.           Caption = 'User:'
  591.           Font.Charset = DEFAULT_CHARSET
  592.           Font.Color = clWindowText
  593.           Font.Height = -11
  594.           Font.Name = 'MS Sans Serif'
  595.           Font.Style = []
  596.           ParentFont = False
  597.           WordWrap = True
  598.         end
  599.         object lblPOP3Pass: TLabel
  600.           Left = 72
  601.           Top = 80
  602.           Width = 49
  603.           Height = 13
  604.           Alignment = taRightJustify
  605.           Caption = 'Password:'
  606.           Font.Charset = DEFAULT_CHARSET
  607.           Font.Color = clWindowText
  608.           Font.Height = -11
  609.           Font.Name = 'MS Sans Serif'
  610.           Font.Style = []
  611.           ParentFont = False
  612.           WordWrap = True
  613.         end
  614.         object lblPOP3Port: TLabel
  615.           Left = 312
  616.           Top = 28
  617.           Width = 22
  618.           Height = 13
  619.           Caption = 'Port:'
  620.           Font.Charset = DEFAULT_CHARSET
  621.           Font.Color = clWindowText
  622.           Font.Height = -11
  623.           Font.Name = 'MS Sans Serif'
  624.           Font.Style = []
  625.           ParentFont = False
  626.         end
  627.         object Label1: TLabel
  628.           Left = 128
  629.           Top = 104
  630.           Width = 289
  631.           Height = 17
  632.           AutoSize = False
  633.           Caption = 'POP3 Account you want to use for receiving requests via email.'
  634.           Font.Charset = DEFAULT_CHARSET
  635.           Font.Color = clGray
  636.           Font.Height = -11
  637.           Font.Name = 'MS Sans Serif'
  638.           Font.Style = []
  639.           ParentFont = False
  640.           WordWrap = True
  641.         end
  642.         object edPOP3Host: TEdit
  643.           Left = 128
  644.           Top = 22
  645.           Width = 179
  646.           Height = 21
  647.           Font.Charset = DEFAULT_CHARSET
  648.           Font.Color = clWindowText
  649.           Font.Height = -11
  650.           Font.Name = 'MS Sans Serif'
  651.           Font.Style = []
  652.           ParentFont = False
  653.           TabOrder = 0
  654.         end
  655.         object edPOP3User: TEdit
  656.           Left = 128
  657.           Top = 54
  658.           Width = 110
  659.           Height = 21
  660.           Font.Charset = DEFAULT_CHARSET
  661.           Font.Color = clWindowText
  662.           Font.Height = -11
  663.           Font.Name = 'MS Sans Serif'
  664.           Font.Style = []
  665.           ParentFont = False
  666.           TabOrder = 2
  667.         end
  668.         object edPOP3Pass: TEdit
  669.           Left = 128
  670.           Top = 78
  671.           Width = 110
  672.           Height = 21
  673.           Font.Charset = DEFAULT_CHARSET
  674.           Font.Color = clWindowText
  675.           Font.Height = -11
  676.           Font.Name = 'MS Sans Serif'
  677.           Font.Style = []
  678.           ParentFont = False
  679.           TabOrder = 3
  680.         end
  681.         object edPOP3Port: TEdit
  682.           Left = 340
  683.           Top = 22
  684.           Width = 55
  685.           Height = 21
  686.           Font.Charset = DEFAULT_CHARSET
  687.           Font.Color = clWindowText
  688.           Font.Height = -11
  689.           Font.Name = 'MS Sans Serif'
  690.           Font.Style = []
  691.           ParentFont = False
  692.           TabOrder = 1
  693.         end
  694.         object btBack5: TButton
  695.           Left = 286
  696.           Top = 164
  697.           Width = 75
  698.           Height = 25
  699.           Caption = '< Back'
  700.           TabOrder = 4
  701.           OnClick = btNext1Click
  702.         end
  703.         object btNext5: TButton
  704.           Left = 364
  705.           Top = 164
  706.           Width = 75
  707.           Height = 25
  708.           Caption = 'Next >'
  709.           TabOrder = 5
  710.           OnClick = btNext1Click
  711.         end
  712.       end
  713.       object grpTask: TGroupBox
  714.         Left = 550
  715.         Top = 432
  716.         Width = 450
  717.         Height = 200
  718.         Caption = ' Scheduled Task Configuration '
  719.         Font.Charset = DEFAULT_CHARSET
  720.         Font.Color = clActiveCaption
  721.         Font.Height = -11
  722.         Font.Name = 'MS Sans Serif'
  723.         Font.Style = []
  724.         ParentFont = False
  725.         TabOrder = 4
  726.         object lblInterval: TLabel
  727.           Left = 32
  728.           Top = 26
  729.           Width = 89
  730.           Height = 13
  731.           Alignment = taRightJustify
  732.           Caption = 'Interval in Minutes:'
  733.           Font.Charset = DEFAULT_CHARSET
  734.           Font.Color = clWindowText
  735.           Font.Height = -11
  736.           Font.Name = 'MS Sans Serif'
  737.           Font.Style = []
  738.           ParentFont = False
  739.         end
  740.         object lblTaskPermission: TLabel
  741.           Left = 128
  742.           Top = 107
  743.           Width = 297
  744.           Height = 16
  745.           AutoSize = False
  746.           Caption = 'Needs permission to create Windows Tasks'
  747.           Font.Charset = DEFAULT_CHARSET
  748.           Font.Color = clGray
  749.           Font.Height = -11
  750.           Font.Name = 'MS Sans Serif'
  751.           Font.Style = []
  752.           ParentFont = False
  753.           WordWrap = True
  754.         end
  755.         object lblPassword1: TLabel
  756.           Left = 73
  757.           Top = 131
  758.           Width = 49
  759.           Height = 13
  760.           Alignment = taRightJustify
  761.           Caption = 'Password:'
  762.           Font.Charset = DEFAULT_CHARSET
  763.           Font.Color = clWindowText
  764.           Font.Height = -11
  765.           Font.Name = 'MS Sans Serif'
  766.           Font.Style = []
  767.           ParentFont = False
  768.         end
  769.         object lblPassword2: TLabel
  770.           Left = 83
  771.           Top = 155
  772.           Width = 41
  773.           Height = 13
  774.           Alignment = taRightJustify
  775.           Caption = 'Confirm: '
  776.           Font.Charset = DEFAULT_CHARSET
  777.           Font.Color = clWindowText
  778.           Font.Height = -11
  779.           Font.Name = 'MS Sans Serif'
  780.           Font.Style = []
  781.           ParentFont = False
  782.         end
  783.         object lblAccount: TLabel
  784.           Left = 32
  785.           Top = 89
  786.           Width = 90
  787.           Height = 13
  788.           Alignment = taRightJustify
  789.           Caption = 'Windows Account:'
  790.           Font.Charset = DEFAULT_CHARSET
  791.           Font.Color = clWindowText
  792.           Font.Height = -11
  793.           Font.Name = 'MS Sans Serif'
  794.           Font.Style = []
  795.           ParentFont = False
  796.         end
  797.         object Label4: TLabel
  798.           Left = 128
  799.           Top = 46
  800.           Width = 311
  801.           Height = 31
  802.           AutoSize = False
  803.           Caption = 
  804.             'Intervals in which Auscomp IT Commander processes events (Sends ' +
  805.             '&& retrieves emails and executes tasks)'
  806.           Font.Charset = DEFAULT_CHARSET
  807.           Font.Color = clGray
  808.           Font.Height = -11
  809.           Font.Name = 'MS Sans Serif'
  810.           Font.Style = []
  811.           ParentFont = False
  812.           WordWrap = True
  813.         end
  814.         object edInterval: TEdit
  815.           Left = 128
  816.           Top = 22
  817.           Width = 49
  818.           Height = 21
  819.           Font.Charset = DEFAULT_CHARSET
  820.           Font.Color = clWindowText
  821.           Font.Height = -11
  822.           Font.Name = 'MS Sans Serif'
  823.           Font.Style = []
  824.           ParentFont = False
  825.           TabOrder = 0
  826.           Text = '5'
  827.         end
  828.         object edAccount: TEdit
  829.           Left = 128
  830.           Top = 84
  831.           Width = 129
  832.           Height = 21
  833.           Font.Charset = DEFAULT_CHARSET
  834.           Font.Color = clWindowText
  835.           Font.Height = -11
  836.           Font.Name = 'MS Sans Serif'
  837.           Font.Style = []
  838.           ParentFont = False
  839.           TabOrder = 1
  840.         end
  841.         object edPassword1: TEdit
  842.           Left = 128
  843.           Top = 127
  844.           Width = 129
  845.           Height = 21
  846.           Font.Charset = DEFAULT_CHARSET
  847.           Font.Color = clWindowText
  848.           Font.Height = -11
  849.           Font.Name = 'MS Sans Serif'
  850.           Font.Style = []
  851.           ParentFont = False
  852.           PasswordChar = '*'
  853.           TabOrder = 2
  854.         end
  855.         object edPassword2: TEdit
  856.           Left = 128
  857.           Top = 151
  858.           Width = 129
  859.           Height = 21
  860.           Font.Charset = DEFAULT_CHARSET
  861.           Font.Color = clWindowText
  862.           Font.Height = -11
  863.           Font.Name = 'MS Sans Serif'
  864.           Font.Style = []
  865.           ParentFont = False
  866.           PasswordChar = '*'
  867.           TabOrder = 3
  868.         end
  869.         object btBack6: TButton
  870.           Left = 288
  871.           Top = 164
  872.           Width = 75
  873.           Height = 25
  874.           Caption = '< Back'
  875.           TabOrder = 4
  876.           OnClick = btNext1Click
  877.         end
  878.         object btnFinish: TButton
  879.           Left = 364
  880.           Top = 164
  881.           Width = 75
  882.           Height = 25
  883.           Caption = 'Finish'
  884.           TabOrder = 5
  885.           OnClick = btOkClick
  886.         end
  887.       end
  888.     end
  889.     object tsApache: TTabSheet
  890.       BorderWidth = 10
  891.       Caption = 'Apache Web Server'
  892.       ImageIndex = 1
  893.       object Label6: TLabel
  894.         Left = 44
  895.         Top = 10
  896.         Width = 102
  897.         Height = 13
  898.         Caption = 'Apache Configuration'
  899.       end
  900.       object Image2: TImage
  901.         Left = 0
  902.         Top = 0
  903.         Width = 32
  904.         Height = 32
  905.         AutoSize = True
  906.         Picture.Data = {<image001.ico>}
  907.       end
  908.       object GroupBox1: TGroupBox
  909.         Left = 0
  910.         Top = 46
  911.         Width = 404
  912.         Height = 85
  913.         Caption = ' Path to Apache configuration file (HTTPD.CONF)  '
  914.         Font.Charset = DEFAULT_CHARSET
  915.         Font.Color = clActiveCaption
  916.         Font.Height = -11
  917.         Font.Name = 'MS Sans Serif'
  918.         Font.Style = []
  919.         ParentFont = False
  920.         TabOrder = 0
  921.         object edHTTPDConf: TEdit
  922.           Left = 8
  923.           Top = 20
  924.           Width = 385
  925.           Height = 21
  926.           Font.Charset = DEFAULT_CHARSET
  927.           Font.Color = clWindowText
  928.           Font.Height = -11
  929.           Font.Name = 'MS Sans Serif'
  930.           Font.Style = []
  931.           ParentFont = False
  932.           TabOrder = 0
  933.           Text = 'C:\Program Files\Apache Group\Apache\conf\httpd.conf'
  934.         end
  935.         object Button1: TButton
  936.           Left = 319
  937.           Top = 50
  938.           Width = 74
  939.           Height = 23
  940.           Caption = 'Browse...'
  941.           TabOrder = 1
  942.           OnClick = Button1Click
  943.         end
  944.       end
  945.     end
  946.   end
  947.   object OD: TOpenDialog
  948.     DefaultExt = 'conf'
  949.     Filter = 'Apache Config File|httpd.conf'
  950.     InitialDir = 'C:\Program Files\Apache Group\Apache\conf'
  951.     Left = 54
  952.     Top = 794
  953.   end
  954.   object LangControl: TLangControl
  955.     Language = 'English'
  956.     Left = 510
  957.     Top = 14
  958.     LanguageManager_Langs = <
  959.       item
  960.         Name = 'English'
  961.         SubIndex = 0
  962.       end
  963.       item
  964.         Name = 'German'
  965.         SubIndex = 1
  966.       end>
  967.     LanguageManager_Comps = <
  968.       item
  969.         Items = <>
  970.         Props = <
  971.           item
  972.             Name = 'Caption'
  973.             Kind = tkLString
  974.             Count = 2
  975.             Values = {0C000000000100003C205A7572FC636B}
  976.           end>
  977.         SubType = [stPubPropObject]
  978.         Ref = btBack2
  979.       end
  980.       item
  981.         Items = <>
  982.         Props = <
  983.           item
  984.             Name = 'Caption'
  985.             Kind = tkLString
  986.             Count = 2
  987.             Values = {0C000000000100003C205A7572FC636B}
  988.           end>
  989.         SubType = [stPubPropObject]
  990.         Ref = btBack3
  991.       end
  992.       item
  993.         Items = <>
  994.         Props = <
  995.           item
  996.             Name = 'Caption'
  997.             Kind = tkLString
  998.             Count = 2
  999.             Values = {0C000000000100003C205A7572FC636B}
  1000.           end>
  1001.         SubType = [stPubPropObject]
  1002.         Ref = btBack4
  1003.       end
  1004.       item
  1005.         Items = <>
  1006.         Props = <
  1007.           item
  1008.             Name = 'Caption'
  1009.             Kind = tkLString
  1010.             Count = 2
  1011.             Values = {0C000000000100003C205A7572FC636B}
  1012.           end>
  1013.         SubType = [stPubPropObject]
  1014.         Ref = btBack5
  1015.       end
  1016.       item
  1017.         Items = <>
  1018.         Props = <
  1019.           item
  1020.             Name = 'Caption'
  1021.             Kind = tkLString
  1022.             Count = 2
  1023.             Values = {0C000000000100003C205A7572FC636B}
  1024.           end>
  1025.         SubType = [stPubPropObject]
  1026.         Ref = btBack6
  1027.       end
  1028.       item
  1029.         Items = <>
  1030.         Props = <
  1031.           item
  1032.             Name = 'Caption'
  1033.             Kind = tkLString
  1034.             Count = 2
  1035.             Values = {0E00000000010000566F7277E4727473203E}
  1036.           end>
  1037.         SubType = [stPubPropObject]
  1038.         Ref = btNext1
  1039.       end
  1040.       item
  1041.         Items = <>
  1042.         Props = <
  1043.           item
  1044.             Name = 'Caption'
  1045.             Kind = tkLString
  1046.             Count = 2
  1047.             Values = {0E00000000010000566F7277E4727473203E}
  1048.           end>
  1049.         SubType = [stPubPropObject]
  1050.         Ref = btNext2
  1051.       end
  1052.       item
  1053.         Items = <>
  1054.         Props = <
  1055.           item
  1056.             Name = 'Caption'
  1057.             Kind = tkLString
  1058.             Count = 2
  1059.             Values = {0E00000000010000566F7277E4727473203E}
  1060.           end>
  1061.         SubType = [stPubPropObject]
  1062.         Ref = btNext3
  1063.       end
  1064.       item
  1065.         Items = <>
  1066.         Props = <
  1067.           item
  1068.             Name = 'Caption'
  1069.             Kind = tkLString
  1070.             Count = 2
  1071.             Values = {0E00000000010000566F7277E4727473203E}
  1072.           end>
  1073.         SubType = [stPubPropObject]
  1074.         Ref = btNext4
  1075.       end
  1076.       item
  1077.         Items = <>
  1078.         Props = <
  1079.           item
  1080.             Name = 'Caption'
  1081.             Kind = tkLString
  1082.             Count = 2
  1083.             Values = {0E00000000010000566F7277E4727473203E}
  1084.           end>
  1085.         SubType = [stPubPropObject]
  1086.         Ref = btNext5
  1087.       end
  1088.       item
  1089.         Items = <>
  1090.         Props = <
  1091.           item
  1092.             Name = 'Caption'
  1093.             Kind = tkLString
  1094.             Count = 2
  1095.             Values = {0A00000000010000466572746967}
  1096.           end>
  1097.         SubType = [stPubPropObject]
  1098.         Ref = btnFinish
  1099.       end
  1100.       item
  1101.         Items = <>
  1102.         Props = <
  1103.           item
  1104.             Name = 'Caption'
  1105.             Kind = tkLString
  1106.             Count = 2
  1107.             Values = {0B000000000100005369636865726E}
  1108.           end>
  1109.         SubType = [stPubPropObject]
  1110.         Ref = btOk
  1111.       end
  1112.       item
  1113.         Items = <>
  1114.         Props = <
  1115.           item
  1116.             Name = 'Caption'
  1117.             Kind = tkLString
  1118.             Count = 2
  1119.             Values = {110000000001000041757377E4686C656E202E2E2E}
  1120.           end>
  1121.         SubType = [stPubPropObject]
  1122.         Ref = Button1
  1123.       end
  1124.       item
  1125.         Items = <>
  1126.         Props = <
  1127.           item
  1128.             Name = 'Caption'
  1129.             Kind = tkLString
  1130.             Count = 2
  1131.             Values = {
  1132.               1C0000000001000041757468656E746973696572756E672062656EF674696774}
  1133.           end>
  1134.         SubType = [stPubPropObject]
  1135.         Ref = cbAuth
  1136.       end
  1137.       item
  1138.         Items = <
  1139.           item
  1140.             Name = 'Items'
  1141.             Items = <>
  1142.             Props = <
  1143.               item
  1144.                 Name = 'Strings[0]'
  1145.                 Kind = tkString
  1146.                 Count = 2
  1147.                 Values = {0E000000000100006D6D2D64642D79797979}
  1148.               end
  1149.               item
  1150.                 Name = 'Strings[1]'
  1151.                 Kind = tkString
  1152.                 Count = 2
  1153.                 Values = {0E0000000001000064642D6D6D2D79797979}
  1154.               end>
  1155.             SubType = [stTStringsObject]
  1156.           end>
  1157.         Props = <
  1158.           item
  1159.             Name = 'Text'
  1160.             Kind = tkLString
  1161.             Count = 2
  1162.             Values = {0E000000000100006D6D2D64642D79797979}
  1163.           end>
  1164.         SubType = [stPubPropObject]
  1165.         Ref = edDateFormat
  1166.       end
  1167.       item
  1168.         Items = <>
  1169.         Props = <
  1170.           item
  1171.             Name = 'Text'
  1172.             Kind = tkLString
  1173.             Count = 2
  1174.             Values = {05000000000100002D}
  1175.           end>
  1176.         SubType = [stPubPropObject]
  1177.         Ref = edDateSeparator
  1178.       end
  1179.       item
  1180.         Items = <>
  1181.         Props = <
  1182.           item
  1183.             Name = 'Text'
  1184.             Kind = tkLString
  1185.             Count = 2
  1186.             Values = {
  1187.               3800000000010000433A5C50726F6772616D2046696C65735C41706163686520
  1188.               47726F75705C4170616368655C636F6E665C68747470642E636F6E66}
  1189.           end>
  1190.         SubType = [stPubPropObject]
  1191.         Ref = edHTTPDConf
  1192.       end
  1193.       item
  1194.         Items = <>
  1195.         Props = <
  1196.           item
  1197.             Name = 'Text'
  1198.             Kind = tkLString
  1199.             Count = 2
  1200.             Values = {050000000001000035}
  1201.           end>
  1202.         SubType = [stPubPropObject]
  1203.         Ref = edInterval
  1204.       end
  1205.       item
  1206.         Items = <>
  1207.         Props = <
  1208.           item
  1209.             Name = 'Text'
  1210.             Kind = tkLString
  1211.             Count = 2
  1212.             Values = {
  1213.               2B000000000100002F6974636F6D6D616E6465722F696D616765732F6E6F726D
  1214.               616C2F596F75724C6F676F2E676966}
  1215.           end>
  1216.         SubType = [stPubPropObject]
  1217.         Ref = edLogo
  1218.       end
  1219.       item
  1220.         Items = <>
  1221.         Props = <
  1222.           item
  1223.             Name = 'Text'
  1224.             Kind = tkLString
  1225.             Count = 2
  1226.             Values = {
  1227.               200000000001000049687220496E7472616E65742048656C70204465736B2054
  1228.               6974656C}
  1229.           end>
  1230.         SubType = [stPubPropObject]
  1231.         Ref = edTitle
  1232.       end
  1233.       item
  1234.         Items = <>
  1235.         Props = <
  1236.           item
  1237.             Name = 'Caption'
  1238.             Kind = tkLString
  1239.             Count = 2
  1240.             Values = {1B000000000100002E2E2E205365747570206665727469677374656C6C656E}
  1241.           end>
  1242.         SubType = [stPubPropObject]
  1243.         Ref = Owner
  1244.       end
  1245.       item
  1246.         Items = <>
  1247.         Props = <
  1248.           item
  1249.             Name = 'Caption'
  1250.             Kind = tkLString
  1251.             Count = 2
  1252.             Values = {
  1253.               27000000000100002050666164207A7520417061636865202248545450442E43
  1254.               4F4E46222044617465693A}
  1255.           end>
  1256.         SubType = [stPubPropObject]
  1257.         Ref = GroupBox1
  1258.       end
  1259.       item
  1260.         Items = <>
  1261.         Props = <
  1262.           item
  1263.             Name = 'Caption'
  1264.             Kind = tkLString
  1265.             Count = 2
  1266.             Values = {0900000000010000446174756D}
  1267.           end>
  1268.         SubType = [stPubPropObject]
  1269.         Ref = grpDate
  1270.       end
  1271.       item
  1272.         Items = <>
  1273.         Props = <
  1274.           item
  1275.             Name = 'Caption'
  1276.             Kind = tkLString
  1277.             Count = 2
  1278.             Values = {
  1279.               2200000000010000204162676568656E646520506F73742045696E7374656C6C
  1280.               756E67656E20}
  1281.           end>
  1282.         SubType = [stPubPropObject]
  1283.         Ref = grpMailOut
  1284.       end
  1285.       item
  1286.         Items = <>
  1287.         Props = <
  1288.           item
  1289.             Name = 'Caption'
  1290.             Kind = tkLString
  1291.             Count = 2
  1292.             Values = {
  1293.               3B0000000001000020456D61696C204B6F6E746F206461732064696520456D61
  1294.               696C20416E66726167656E207A75676573636869636B742062656B6F6D6D74}
  1295.           end>
  1296.         SubType = [stPubPropObject]
  1297.         Ref = grpMailReceive
  1298.       end
  1299.       item
  1300.         Items = <>
  1301.         Props = <
  1302.           item
  1303.             Name = 'Caption'
  1304.             Kind = tkLString
  1305.             Count = 2
  1306.             Values = {
  1307.               270000000001000020446F6D61696E204E616D65202F20536572766572204E61
  1308.               6D65205B3A506F72745D20}
  1309.           end>
  1310.         SubType = [stPubPropObject]
  1311.         Ref = grpServerName
  1312.       end
  1313.       item
  1314.         Items = <>
  1315.         Props = <
  1316.           item
  1317.             Name = 'Caption'
  1318.             Kind = tkLString
  1319.             Count = 2
  1320.             Values = {
  1321.               2200000000010000205363686564756C6564205461736B204B6F6E6669677572
  1322.               6174696F6E20}
  1323.           end>
  1324.         SubType = [stPubPropObject]
  1325.         Ref = grpTask
  1326.       end
  1327.       item
  1328.         Items = <>
  1329.         Props = <
  1330.           item
  1331.             Name = 'Caption'
  1332.             Kind = tkLString
  1333.             Count = 2
  1334.             Values = {0F000000000100002049687265204669726D61}
  1335.           end>
  1336.         SubType = [stPubPropObject]
  1337.         Ref = grpYourCompany
  1338.       end
  1339.       item
  1340.         Items = <>
  1341.         Props = <
  1342.           item
  1343.             Name = 'Caption'
  1344.             Kind = tkLString
  1345.             Count = 2
  1346.             Values = {
  1347.               3B00000000010000504F50332D4B6F6E746F20646173205369652066FC722045
  1348.               6D61696C20416E66726167656E2076657277656E64656E20776F6C6C656E2E}
  1349.           end>
  1350.         SubType = [stPubPropObject]
  1351.         Ref = Label1
  1352.       end
  1353.       item
  1354.         Items = <>
  1355.         Props = <
  1356.           item
  1357.             Name = 'Caption'
  1358.             Kind = tkLString
  1359.             Count = 2
  1360.             Values = {
  1361.               230000000001000028632920436F7079726967687420313939352D3230303420
  1362.               417573636F6D70}
  1363.           end>
  1364.         SubType = [stPubPropObject]
  1365.         Ref = Label3
  1366.       end
  1367.       item
  1368.         Items = <>
  1369.         Props = <
  1370.           item
  1371.             Name = 'Caption'
  1372.             Kind = tkLString
  1373.             Count = 2
  1374.             Values = {
  1375.               7700000000010000496E74657276616C6C6520696E2064657220417573636F6D
  1376.               7020495420436F6D6D616E6465722050726F7A65DF7363687269747465206475
  1377.               72636866FC6872742028456D61696C73206162686F6C656E2026262076657273
  1378.               636869636B656E20756E64205461736B732061757366FC68727429}
  1379.           end>
  1380.         SubType = [stPubPropObject]
  1381.         Ref = Label4
  1382.       end
  1383.       item
  1384.         Items = <>
  1385.         Props = <
  1386.           item
  1387.             Name = 'Caption'
  1388.             Kind = tkLString
  1389.             Count = 2
  1390.             Values = {1800000000010000417061636865204B6F6E66696775726174696F6E}
  1391.           end>
  1392.         SubType = [stPubPropObject]
  1393.         Ref = Label6
  1394.       end
  1395.       item
  1396.         Items = <>
  1397.         Props = <
  1398.           item
  1399.             Name = 'Caption'
  1400.             Kind = tkLString
  1401.             Count = 2
  1402.             Values = {
  1403.               D000000000010000556D2064696520417573636F6D7020495420436F6D6D616E
  1404.               64657220696E7374616C6C696572756E67207A75206265656E64656E2C2066FC
  1405.               6C6C656E2053696520626974746520646965206F62656E20616E676566FC6872
  1406.               74656E2046656C646572206175732E20536965206BF66E6E656E206469652056
  1407.               6F7267616265646174656E20756E766572E46E64657274206C617373656E2075
  1408.               6E64207370E474657220696E20224D656E75203E2053797374656D203E204B6F
  1409.               6E66696775726174696F6E2220E46E6465726E2E}
  1410.           end>
  1411.         SubType = [stPubPropObject]
  1412.         Ref = Label8
  1413.       end
  1414.       item
  1415.         Items = <>
  1416.         Props = <
  1417.           item
  1418.             Name = 'Caption'
  1419.             Kind = tkLString
  1420.             Count = 2
  1421.             Values = {1A0000000001000057696E646F77732042656E75747A65726B6F6E746F3A}
  1422.           end>
  1423.         SubType = [stPubPropObject]
  1424.         Ref = lblAccount
  1425.       end
  1426.       item
  1427.         Items = <>
  1428.         Props = <
  1429.           item
  1430.             Name = 'Caption'
  1431.             Kind = tkLString
  1432.             Count = 2
  1433.             Values = {1100000000010000446174756D73666F726D61743A}
  1434.           end>
  1435.         SubType = [stPubPropObject]
  1436.         Ref = lblDataFormat
  1437.       end
  1438.       item
  1439.         Items = <>
  1440.         Props = <
  1441.           item
  1442.             Name = 'Caption'
  1443.             Kind = tkLString
  1444.             Count = 2
  1445.             Values = {1400000000010000446174756D20536570657261746F723A}
  1446.           end>
  1447.         SubType = [stPubPropObject]
  1448.         Ref = lblDateSeparator
  1449.       end
  1450.       item
  1451.         Items = <>
  1452.         Props = <
  1453.           item
  1454.             Name = 'Caption'
  1455.             Kind = tkLString
  1456.             Count = 2
  1457.             Values = {0B00000000010000687474703A2F2F}
  1458.           end>
  1459.         SubType = [stPubPropObject]
  1460.         Ref = lblDomainName
  1461.       end
  1462.       item
  1463.         Items = <>
  1464.         Props = <
  1465.           item
  1466.             Name = 'Caption'
  1467.             Kind = tkLString
  1468.             Count = 2
  1469.             Values = {1200000000010000454D61696C20416472657373653A}
  1470.           end>
  1471.         SubType = [stPubPropObject]
  1472.         Ref = lblEmailFrom
  1473.       end
  1474.       item
  1475.         Items = <>
  1476.         Props = <
  1477.           item
  1478.             Name = 'Caption'
  1479.             Kind = tkLString
  1480.             Count = 2
  1481.             Values = {1A00000000010000496E74657276616C6C6520696E204D696E7574656E3A}
  1482.           end>
  1483.         SubType = [stPubPropObject]
  1484.         Ref = lblInterval
  1485.       end
  1486.       item
  1487.         Items = <>
  1488.         Props = <
  1489.           item
  1490.             Name = 'Caption'
  1491.             Kind = tkLString
  1492.             Count = 2
  1493.             Values = {0E000000000100004C6F676F20506661643A}
  1494.           end>
  1495.         SubType = [stPubPropObject]
  1496.         Ref = lblLogo
  1497.       end
  1498.       item
  1499.         Items = <>
  1500.         Props = <
  1501.           item
  1502.             Name = 'Caption'
  1503.             Kind = tkLString
  1504.             Count = 2
  1505.             Values = {0D0000000001000050617373776F72743A}
  1506.           end>
  1507.         SubType = [stPubPropObject]
  1508.         Ref = lblPassword1
  1509.       end
  1510.       item
  1511.         Items = <>
  1512.         Props = <
  1513.           item
  1514.             Name = 'Caption'
  1515.             Kind = tkLString
  1516.             Count = 2
  1517.             Values = {100000000001000042657374E4746967656E3A20}
  1518.           end>
  1519.         SubType = [stPubPropObject]
  1520.         Ref = lblPassword2
  1521.       end
  1522.       item
  1523.         Items = <>
  1524.         Props = <
  1525.           item
  1526.             Name = 'Caption'
  1527.             Kind = tkLString
  1528.             Count = 2
  1529.             Values = {1000000000010000504F5033205365727665723A}
  1530.           end>
  1531.         SubType = [stPubPropObject]
  1532.         Ref = lblPOP3Host
  1533.       end
  1534.       item
  1535.         Items = <>
  1536.         Props = <
  1537.           item
  1538.             Name = 'Caption'
  1539.             Kind = tkLString
  1540.             Count = 2
  1541.             Values = {0D0000000001000050617373776F72743A}
  1542.           end>
  1543.         SubType = [stPubPropObject]
  1544.         Ref = lblPOP3Pass
  1545.       end
  1546.       item
  1547.         Items = <>
  1548.         Props = <
  1549.           item
  1550.             Name = 'Caption'
  1551.             Kind = tkLString
  1552.             Count = 2
  1553.             Values = {0900000000010000506F72743A}
  1554.           end>
  1555.         SubType = [stPubPropObject]
  1556.         Ref = lblPOP3Port
  1557.       end
  1558.       item
  1559.         Items = <>
  1560.         Props = <
  1561.           item
  1562.             Name = 'Caption'
  1563.             Kind = tkLString
  1564.             Count = 2
  1565.             Values = {0D0000000001000042656E75747A65723A}
  1566.           end>
  1567.         SubType = [stPubPropObject]
  1568.         Ref = lblPOP3User
  1569.       end
  1570.       item
  1571.         Items = <>
  1572.         Props = <
  1573.           item
  1574.             Name = 'Caption'
  1575.             Kind = tkLString
  1576.             Count = 2
  1577.             Values = {0D0000000001000050617373776F72743A}
  1578.           end>
  1579.         SubType = [stPubPropObject]
  1580.         Ref = lblSMTPPass
  1581.       end
  1582.       item
  1583.         Items = <>
  1584.         Props = <
  1585.           item
  1586.             Name = 'Caption'
  1587.             Kind = tkLString
  1588.             Count = 2
  1589.             Values = {0900000000010000506F72743A}
  1590.           end>
  1591.         SubType = [stPubPropObject]
  1592.         Ref = lblSMTPPort
  1593.       end
  1594.       item
  1595.         Items = <>
  1596.         Props = <
  1597.           item
  1598.             Name = 'Caption'
  1599.             Kind = tkLString
  1600.             Count = 2
  1601.             Values = {1000000000010000534D5450205365727665723A}
  1602.           end>
  1603.         SubType = [stPubPropObject]
  1604.         Ref = lblSMTPServer
  1605.       end
  1606.       item
  1607.         Items = <>
  1608.         Props = <
  1609.           item
  1610.             Name = 'Caption'
  1611.             Kind = tkLString
  1612.             Count = 2
  1613.             Values = {0D0000000001000042656E75747A65723A}
  1614.           end>
  1615.         SubType = [stPubPropObject]
  1616.         Ref = lblSMTPUser
  1617.       end
  1618.       item
  1619.         Items = <>
  1620.         Props = <
  1621.           item
  1622.             Name = 'Caption'
  1623.             Kind = tkLString
  1624.             Count = 2
  1625.             Values = {
  1626.               37000000000100004272617563687420426572656368746967756E6720756D20
  1627.               57696E646F7773205461736B73207A752065727374656C6C656E2E}
  1628.           end>
  1629.         SubType = [stPubPropObject]
  1630.         Ref = lblTaskPermission
  1631.       end
  1632.       item
  1633.         Items = <>
  1634.         Props = <
  1635.           item
  1636.             Name = 'Caption'
  1637.             Kind = tkLString
  1638.             Count = 2
  1639.             Values = {
  1640.               20000000000100004E6F726D616C657277656973652064657220536572766572
  1641.               6E616D65}
  1642.           end>
  1643.         SubType = [stPubPropObject]
  1644.         Ref = lblTip1
  1645.       end
  1646.       item
  1647.         Items = <>
  1648.         Props = <
  1649.           item
  1650.             Name = 'Caption'
  1651.             Kind = tkLString
  1652.             Count = 2
  1653.             Values = {
  1654.               300000000001000049687220496E7472616E65742048656C70204465736B2054
  1655.               6974656C20756E64204669726D656E204C6F676F}
  1656.           end>
  1657.         SubType = [stPubPropObject]
  1658.         Ref = lblTip2
  1659.       end
  1660.       item
  1661.         Items = <>
  1662.         Props = <
  1663.           item
  1664.             Name = 'Caption'
  1665.             Kind = tkLString
  1666.             Count = 2
  1667.             Values = {
  1668.               2C0000000001000044657220534D545020536572766572206465722064696520
  1669.               456D61696C732076657273656E646574}
  1670.           end>
  1671.         SubType = [stPubPropObject]
  1672.         Ref = lblTip4
  1673.       end
  1674.       item
  1675.         Items = <>
  1676.         Props = <
  1677.           item
  1678.             Name = 'Caption'
  1679.             Kind = tkLString
  1680.             Count = 2
  1681.             Values = {
  1682.               3A0000000001000022566F6D2046656C642220696E20456D61696C2067657365
  1683.               6E6465742062656920417573636F6D7020495420436F6D6D616E6465722E}
  1684.           end>
  1685.         SubType = [stPubPropObject]
  1686.         Ref = lblTip5
  1687.       end
  1688.       item
  1689.         Items = <>
  1690.         Props = <
  1691.           item
  1692.             Name = 'Caption'
  1693.             Kind = tkLString
  1694.             Count = 2
  1695.             Values = {0A00000000010000546974656C3A}
  1696.           end>
  1697.         SubType = [stPubPropObject]
  1698.         Ref = lblTitle
  1699.       end
  1700.       item
  1701.         Items = <>
  1702.         Props = <
  1703.           item
  1704.             Name = 'Caption'
  1705.             Kind = tkLString
  1706.             Count = 2
  1707.             Values = {0A0000000001000050616E656C31}
  1708.           end>
  1709.         SubType = [stPubPropObject]
  1710.         Ref = Panel1
  1711.       end
  1712.       item
  1713.         Items = <>
  1714.         Props = <
  1715.           item
  1716.             Name = 'Caption'
  1717.             Kind = tkLString
  1718.             Count = 2
  1719.             Values = {1800000000010000417573636F6D7020495420436F6D6D616E646572}
  1720.           end>
  1721.         SubType = [stPubPropObject]
  1722.         Ref = TabSheet1
  1723.       end
  1724.       item
  1725.         Items = <>
  1726.         Props = <
  1727.           item
  1728.             Name = 'Caption'
  1729.             Kind = tkLString
  1730.             Count = 2
  1731.             Values = {15000000000100004170616368652057656220536572766572}
  1732.           end>
  1733.         SubType = [stPubPropObject]
  1734.         Ref = tsApache
  1735.       end
  1736.       item
  1737.         Items = <
  1738.           item
  1739.             Name = 'Resources'
  1740.             Items = <>
  1741.             Props = <
  1742.               item
  1743.                 Name = 'AccoutPasswordMissing'
  1744.                 Kind = tkLString
  1745.                 Index = 0
  1746.                 Count = 2
  1747.                 Values = {
  1748.                   530000000001000042697474652042656E75747A65726B656E6E776F7274206F
  1749.                   6465722050617373776F72742066FC722057696E646F7773205461736B205363
  1750.                   686564756C65722053657475702065696E676562656E2E}
  1751.               end
  1752.               item
  1753.                 Name = 'PasswordNotSame'
  1754.                 Kind = tkLString
  1755.                 Index = 1
  1756.                 Count = 2
  1757.                 Values = {
  1758.                   480000000001000050617373776F727473207374696D6D656E206E6963687420
  1759.                   FC62657265696E2E2042697474652076657273756368656E2053696520657320
  1760.                   6E6F63682065696E6D616C2E}
  1761.               end
  1762.               item
  1763.                 Name = 'sACTIVEDS_NOT_FOUND'
  1764.                 Kind = tkLString
  1765.                 Index = 2
  1766.                 Count = 2
  1767.                 Values = {
  1768.                   F900000000010000417573636F6D7020495420436F6D6D616E64657220494953
  1769.                   20696E7374616C6C6174696F6E2061626F727465642E20526561736F6E3A4163
  1770.                   74697665204469726563746F727920536572766963657320496E746572666163
  1771.                   65206973206E6F7420696E7374616C6C6564206F6E207468697320636F6D7075
  1772.                   7465722E20506C656173652076697369743A20687474703A2F2F7777772E6D69
  1773.                   63726F736F66742E636F6D2F57696E646F777339352F646F776E6C6F6164732F
  1774.                   636F6E74656E74732F57554F746865722F4144534932352F44656661756C742E
  1775.                   61737020666F722064657461696C7320616E6420646F776E6C6F61642E}
  1776.               end
  1777.               item
  1778.                 Name = 'sNO_ONE_WEB_SERVER_INSTALLED'
  1779.                 Kind = tkLString
  1780.                 Index = 3
  1781.                 Count = 2
  1782.                 Values = {
  1783.                   74000000000100004B65696E656E205765622053657276657220676566756E64
  1784.                   656E2E20426974746520696E7374616C6C696572656E205369652065696E656E
  1785.                   2057656220536572766572206265766F722053696520417573636F6D70204954
  1786.                   20436F6D6D616E64657220696E7374616C6C696572656E2E}
  1787.               end
  1788.               item
  1789.                 Name = 'sAPACHE_CONFIG_FILE_NOT_FOUND'
  1790.                 Kind = tkLString
  1791.                 Index = 4
  1792.                 Count = 2
  1793.                 Values = {
  1794.                   AE00000000010000417061636865204B6F6E66696775726174696F6E73646174
  1795.                   6569202268747470642E636F6E6622206E6963687420676566756E64656E2E20
  1796.                   4269747465206C6573656E20536965206461732022496E7374616C6C6174696F
  1797.                   6E732026204B6F6E66696775726174696F6E7322204D616E75616C2077696520
  1798.                   6D616E20417573636F6D7020495420436F6D6D616E64657220756E7465722041
  1799.                   706163686520696E7374616C6C696572742E}
  1800.               end
  1801.               item
  1802.                 Name = 'setupIIS'
  1803.                 Kind = tkLString
  1804.                 Index = 5
  1805.                 Count = 2
  1806.                 Values = {
  1807.                   4D00000000010000417573636F6D7020495420436F6D6D616E64657220756E74
  1808.                   6572204949532028496E7465726E657420496E666F726D6174696F6E20536572
  1809.                   7665722920696E7374616C6C696572742E}
  1810.               end
  1811.               item
  1812.                 Name = 'setupApache'
  1813.                 Kind = tkLString
  1814.                 Index = 6
  1815.                 Count = 2
  1816.                 Values = {
  1817.                   3D00000000010000417573636F6D7020495420436F6D6D616E64657220756E74
  1818.                   657220417061636865205765622053657276657220696E7374616C6C69657274
  1819.                   2E}
  1820.               end
  1821.               item
  1822.                 Name = 'sNO_CRON_JOB_INSTALLED'
  1823.                 Kind = tkLString
  1824.                 Index = 7
  1825.                 Count = 2
  1826.                 Values = {
  1827.                   AA0000000001000057696E646F7773205363686564756C65205461736B732069
  1828.                   6E7374616C6C6174696F6E206665686C67657363686C6167656E2E2042697474
  1829.                   65206C6573656E20536965206461732022496E7374616C6C6174696F6E732026
  1830.                   204B6F6E66696775726174696F6E7322204D616E75616C207769652041757363
  1831.                   6F6D7020495420436F6D6D616E646572204576656E4D616E6167657220696E73
  1832.                   74616C6C6965727420776972642E}
  1833.               end
  1834.               item
  1835.                 Name = 'InvalidSMTPServer'
  1836.                 Kind = tkLString
  1837.                 Index = 8
  1838.                 Count = 2
  1839.                 Values = {
  1840.                   1F00000000010000426974746520534D5054205365727665722065696E676562
  1841.                   656E2E}
  1842.               end>
  1843.             SubType = [stTStringsObject, stNoValidate]
  1844.           end>
  1845.         Props = <>
  1846.         SubType = [stPubPropObject]
  1847.         Ref = LangControl
  1848.       end>
  1849.     LanguageManager_Names = 
  1850.       'AccoutPasswordMissing'#13#10'PasswordNotSame'#13#10'sACTIVEDS_NOT_FOUND'#13#10'sNO' +
  1851.       '_ONE_WEB_SERVER_INSTALLED'#13#10'sAPACHE_CONFIG_FILE_NOT_FOUND'#13#10'setupI' +
  1852.       'IS'#13#10'setupApache'#13#10'sNO_CRON_JOB_INSTALLED'#13#10'InvalidSMTPServer'#13#10
  1853.     LanguageManager_Values = 
  1854.       'Account name or password for starting Task Scheduler is not spec' +
  1855.       'ified'#13#10'The passwords are not the same. Please check and try agai' +
  1856.       'n'#13#10'Auscomp IT Commander IIS installation aborted. Reason:Active ' +
  1857.       'Directory Services Interface is not installed on this computer. ' +
  1858.       'Please visit: http://www.microsoft.com/Windows95/downloads/conte' +
  1859.       'nts/WUOther/ADSI25/Default.asp for details and download.'#13#10'No web' +
  1860.       ' server is configured properly. Please install a Web Server firs' +
  1861.       't and then try setup again'#13#10'Apache config file httpd.conf not fo' +
  1862.       'und. Apache installation aborted. Please read "Installation and ' +
  1863.       'Configuration" manual how to setup Auscomp IT Commander manually' +
  1864.       ' under Apache.'#13#10'Auscomp IT Commander under IIS (Internet Informa' +
  1865.       'tion Server) installed.'#13#10'Auscomp IT Commander under Apache Web S' +
  1866.       'erver installed.'#13#10'Windows Schedule Task is not configured proper' +
  1867.       'ly. Please read "Installation & Configuration" manual for config' +
  1868.       'uration steps.'#39#13#10'Please provide a vaild SMPT server.'#13#10
  1869.   end
  1870. end
  1871.